mirror of
https://github.com/zmkfirmware/zmk.git
synced 2026-03-25 23:45:17 -05:00
chore(docs): Fix prettier warnings (#2952)
* chore(docs): Fix prettier warnings
This commit is contained in:
@@ -1,7 +1,10 @@
|
||||
import type { SyntaxNode } from "web-tree-sitter";
|
||||
|
||||
export class Range {
|
||||
constructor(public startIndex: number, public endIndex: number) {}
|
||||
constructor(
|
||||
public startIndex: number,
|
||||
public endIndex: number
|
||||
) {}
|
||||
}
|
||||
|
||||
export class TextEdit extends Range {
|
||||
|
||||
Reference in New Issue
Block a user