Skip to content

Commit

Permalink
Removed comma
Browse files Browse the repository at this point in the history
  • Loading branch information
mgielda authored and MaciejWas committed Mar 18, 2024
1 parent 8ae40e8 commit 9b08eba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/comments/lineAuthors.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Decoration, EditorView, ViewPlugin, ViewUpdate, gutter, GutterMarker, BlockInfo, } from "@codemirror/view"
import { Decoration, EditorView, ViewPlugin, ViewUpdate, gutter, GutterMarker, BlockInfo } from "@codemirror/view"
import { RangeSetBuilder, Transaction } from "@codemirror/state"
import { CommentLineAuthors } from "./ycomments";
import { StateEffect, StateField } from "@codemirror/state"
Expand Down

0 comments on commit 9b08eba

Please sign in to comment.