Skip to content

Commit

Permalink
Add newlines.
Browse files Browse the repository at this point in the history
  • Loading branch information
nickchappell committed Jun 9, 2016
1 parent 3ce6bec commit 91fa76e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sandbox/lua/decoders/bind_query_log.lua
Original file line number Diff line number Diff line change
Expand Up @@ -71,4 +71,4 @@ function process_message ()

return 0

end
end
2 changes: 1 addition & 1 deletion sandbox/lua/modules/bind.lua
Original file line number Diff line number Diff line change
Expand Up @@ -223,4 +223,4 @@ query_log_grammar = timestamp * space * queries_literal * space * info_literal *
-- To use the above grammar on http://lpeg.trink.com/, paste in everything above this line and just the single line below (uncomment it too):
--grammar = l.Ct(bind_query)

return M
return M

0 comments on commit 91fa76e

Please sign in to comment.