Skip to content

Commit

Permalink
style: add missing semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
simonknittel committed May 17, 2024
1 parent 7ac2b32 commit 0563efe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export interface LogEntry {
timestamp: string
timestamp: string;
level: "info" | "warn" | "error";
message: string;
commitSha?: string;
Expand Down

0 comments on commit 0563efe

Please sign in to comment.