Skip to content

Commit 51e08f4

Browse files
committed
fmt
1 parent 6fab755 commit 51e08f4

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

site/src/api/typesGenerated.ts

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

site/src/components/WorkspaceBuildLogs/Logs.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ import { combineClasses } from "utils/combineClasses";
77
import AnsiToHTML from "ansi-to-html";
88

99
export interface Line {
10-
time: string
11-
output: string
12-
level: LogLevel
13-
source_id: string
10+
time: string;
11+
output: string;
12+
level: LogLevel;
13+
source_id: string;
1414
}
1515

1616
export interface LogsProps {

0 commit comments

Comments
 (0)