Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
xadhoom committed Oct 21, 2019
2 parents bf6f1bd + c9aa771 commit 5ef5d87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/logbook/backends/logfmt.ex
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ defmodule Logbook.Backends.Logfmt do
@behaviour :gen_event

@type path :: String.t()
@type use_colors :: bool()
@type use_colors :: boolean()
@type file :: :file.io_device()
@type inode :: File.Stat.t()
@type level :: Logger.level()
Expand Down

0 comments on commit 5ef5d87

Please sign in to comment.