Skip to content
This repository has been archived by the owner on May 1, 2024. It is now read-only.

Commit

Permalink
Fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
10sr committed Dec 7, 2016
1 parent 912b18e commit 613a248
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion editorconfig.lua
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ local function setInsertFinalNewline(properties, view)
elseif val == "false" then
setSafely("eofnewline", false, view)
else
logger(("Unknown insert_final_newline: %s"):format(val))
logger(("Unknown insert_final_newline: %s"):format(val), view)
end
end

Expand Down

0 comments on commit 613a248

Please sign in to comment.