Skip to content

Commit 248a458

Browse files
Update include/phasar/Utils/Logger.h
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent aab893b commit 248a458

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/phasar/Utils/Logger.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ SeverityLevel toSeverityLevel(const std::string &S);
5151

5252
std::ostream &operator<<(std::ostream &OS, const SeverityLevel &Level);
5353

54-
extern SeverityLevel LogFilterLevel; // NOLINT
54+
extern SeverityLevel LogFilterLevel; // NOLINT
5555

5656
#ifdef DYNAMIC_LOG
5757
BOOST_LOG_INLINE_GLOBAL_LOGGER_DEFAULT(

0 commit comments

Comments
 (0)