Skip to content

Commit

Permalink
remove redundant blank lines
Browse files Browse the repository at this point in the history
  • Loading branch information
odygrd committed Nov 5, 2023
1 parent 19468c9 commit 402fd0f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion examples/example_user_defined_types.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@ class User4
template <>
struct fmtquill::formatter<User4>
{

#if QUILL_FMT_VERSION >= 100100
template <typename FormatContext>
constexpr auto parse(FormatContext& ctx)
Expand Down
2 changes: 1 addition & 1 deletion quill/include/quill/MacroMetadata.h
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,8 @@ class MacroMetadata
QUILL_NODISCARD_ALWAYS_INLINE_HOT constexpr std::string_view fileline() const noexcept
{
return _fileline;

}

/**
* @return The user provided format
*/
Expand Down

0 comments on commit 402fd0f

Please sign in to comment.