Skip to content

Commit

Permalink
whoops
Browse files Browse the repository at this point in the history
  • Loading branch information
TangentFoxy committed Aug 18, 2016
1 parent b1ecb1c commit 864aee0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hex_dump.lua
@@ -1,7 +1,7 @@
-- this was copied from https://gist.githubusercontent.com/Elemecca/6361899/raw/3c0e08285f452eb65268946f1695b8eb1117ed5b/hex_dump.lua
-- this is temporary at the moment for testing if it even works for my use case (githook)

function hex_dump (str)
return function hex_dump (str)
local len = string.len( str )
local dump = ""
local hex = ""
Expand Down

0 comments on commit 864aee0

Please sign in to comment.