Skip to content

Commit c892ae5

Browse files
cliffhallshivdeepak
authored andcommitted
Fix formatting
1 parent ed94d60 commit c892ae5

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)