Skip to content

Commit

Permalink
Code formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
capnrefsmmat committed Jun 21, 2023
1 parent 2dae2a7 commit 0008bc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prepare.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
-- https://github.com/cscheid/quarto-example-project-file-metadata

-- Open metadata file and truncate it, so we start fresh
local f = io.open('metadata.json','w')
local f = io.open('metadata.json', 'w')
if f == nil then
error("couldn't open file for writing")
end
Expand Down

0 comments on commit 0008bc6

Please sign in to comment.