Skip to content

Commit 7340762

Browse files
author
v1rtl
committed
chore: fmt
1 parent 1ce58cb commit 7340762

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

examples/graphql/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { App } from '@tinyhttp/app'
22
import graphql from 'graphql'
3-
import {createHandler} from 'graphql-http/lib/use/http'
3+
import { createHandler } from 'graphql-http/lib/use/http'
44

55
const app = new App()
66
const port = parseInt(process.env.PORT) || 3000

examples/ws/index.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import { App, } from '@tinyhttp/app'
2-
import { tinyws, } from 'tinyws'
1+
import { App } from '@tinyhttp/app'
2+
import { tinyws } from 'tinyws'
33

44
const app = new App()
55

@@ -24,4 +24,4 @@ app.use('/chat', async (req) => {
2424
}
2525
})
2626

27-
app.listen(3000)
27+
app.listen(3000)

0 commit comments

Comments
 (0)