Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit fe399ff

Browse filesBrowse files
committed
Fix formatting
1 parent 277211c commit fe399ff
Copy full SHA for fe399ff

2 files changed

+4-4Lines changed: 4 additions & 4 deletions

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎src/node/routes/index.ts‎

Copy file name to clipboardExpand all lines: src/node/routes/index.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ import { replaceTemplates } from "../http"
1515
import { PluginAPI } from "../plugin"
1616
import { getMediaMime, paths } from "../util"
1717
import { WebsocketRequest } from "../wsRouter"
18-
import * as domainProxy from "./domainProxy"
1918
import * as apps from "./apps"
19+
import * as domainProxy from "./domainProxy"
2020
import * as health from "./health"
2121
import * as login from "./login"
2222
import * as proxy from "./pathProxy"
Collapse file

‎test/plugin.test.ts‎

Copy file name to clipboardExpand all lines: test/plugin.test.ts
+3-3Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
import { logger } from "@coder/logger"
2+
import * as express from "express"
3+
import * as fs from "fs"
24
import { describe } from "mocha"
35
import * as path from "path"
4-
import { PluginAPI } from "../src/node/plugin"
56
import * as supertest from "supertest"
6-
import * as express from "express"
7+
import { PluginAPI } from "../src/node/plugin"
78
import * as apps from "../src/node/routes/apps"
8-
import * as fs from "fs"
99
const fsp = fs.promises
1010

1111
/**

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.