Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
niedzielski committed Jul 29, 2024
1 parent d9c787b commit acf12fe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/runtime/remote-app.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { type Metadata } from '@devvit/protos/lib/Types.js'
import {type Metadata} from '@devvit/protos/lib/Types.js'
import {
CustomPostDefinition,
type RenderPostRequest,
Expand All @@ -13,8 +13,8 @@ import {
type HandleUIEventRequest,
type HandleUIEventResponse
} from '@devvit/protos/types/devvit/ui/events/v1alpha/handle_ui.js'
import { type Empty } from '@devvit/protos/types/google/protobuf/empty.js'
import type { UIApp } from '@devvit/ui-renderer/client/remote-app.js'
import {type Empty} from '@devvit/protos/types/google/protobuf/empty.js'
import type {UIApp} from '@devvit/ui-renderer/client/remote-app.js'
import {
Metadata as NiceMeta,
createChannel,
Expand Down

0 comments on commit acf12fe

Please sign in to comment.