chore: run prettier

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam
2021-03-09 11:20:21 +01:00
parent 8af610e8c4
commit 52dac1fda9
@@ -16,7 +16,8 @@ alongside your `backend` package in `packages/backend`.
Let's create a simple action that adds a new file and some contents that are
passed as `input` to the function.
In `packages/backend/src/plugins/scaffolder/actions/custom.ts` we can create a new action.
In `packages/backend/src/plugins/scaffolder/actions/custom.ts` we can create a
new action.
```ts
import { createTemplateAction } from '@backstage/plugin-scaffolder-backend';