Skip to content

Commit d37e3f2

Browse files
Fix linter error
1 parent 5b65ac3 commit d37e3f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cli/test/fixtures/addons/fixtures.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import * as Heroku from '@heroku-cli/schema'
2-
import type { pg } from '@heroku/heroku-cli-util'
2+
import type {pg} from '@heroku/heroku-cli-util'
33

44
export const apps: Record<string, Heroku.App> = {
55
api: {

0 commit comments

Comments
 (0)