Skip to content

Commit

Permalink
chore: fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
tris203 committed Apr 30, 2024
1 parent 5c6f374 commit 70d940b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/precognition/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ local default = {
["G"] = { text = "G", prio = 1 },
["gg"] = { text = "gg", prio = 1 },
["{"] = { text = "{", prio = 1 },
["}"] = { text = "}" , prio = 1 },
["}"] = { text = "}", prio = 1 },
},
}

Expand Down

0 comments on commit 70d940b

Please sign in to comment.