Skip to content

Commit

Permalink
(Running pre-commit) Run end of file fixer.
Browse files Browse the repository at this point in the history
  • Loading branch information
wting committed Jul 20, 2017
1 parent 46329ac commit 9ff654d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# Ensure batch files are crlf
*.bat text eol=crlf
*.bat text eol=crlf
2 changes: 1 addition & 1 deletion bin/autojump.lua
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ end
local autojump_parser = clink.arg.new_parser()
autojump_parser:set_arguments({ autojump_completion })

clink.arg.register_parser("j", autojump_parser)
clink.arg.register_parser("j", autojump_parser)
2 changes: 1 addition & 1 deletion bin/jc.bat
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ if ERRORLEVEL 1 (
"%~dp0\j.bat" "%cd%" %*
) else (
python "%~dp0\autojump" %*
)
)
2 changes: 1 addition & 1 deletion bin/jco.bat
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ if ERRORLEVEL 1 (
"%~dp0\jc.bat" "%cd%" %*
) else (
python "%~dp0\autojump" %*
)
)
2 changes: 1 addition & 1 deletion bin/jo.bat
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ if ERRORLEVEL 1 (
)
) else (
python "%~dp0\autojump" %*
)
)

0 comments on commit 9ff654d

Please sign in to comment.