Skip to content

Commit f698ae7

Browse files
committed
fix style
1 parent 5dfbd0b commit f698ae7

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

mise.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[tools]
2+
stylua = "latest"

test/obsidian/client_spec.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ describe("Client:parse_title_id_path()", function()
160160
with_tmp_client(function(client)
161161
client.opts.note_path_func = function(_)
162162
return "foo-bar-123.md"
163-
end;
163+
end
164164

165165
(client.dir / "notes"):mkdir { exist_ok = true }
166166

0 commit comments

Comments
 (0)