Skip to content

Commit 41fa29e

Browse files
committed
Fix formatting
1 parent 9655d47 commit 41fa29e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/everything/everything.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,8 @@ export const createServer = () => {
162162
hour: '2-digit',
163163
minute: '2-digit',
164164
second: '2-digit'
165-
}); server.notification({
165+
});
166+
server.notification({
166167
method: "notifications/stderr",
167168
params: { content: `${shortTimestamp}: A stderr message` },
168169
});

0 commit comments

Comments
 (0)