Skip to content
Snippets Groups Projects
Commit 37cfb2a8 authored by John Harris's avatar John Harris
Browse files

style: rubocop IneffectiveAccessModifier

parent 19960cb2
No related branches found
Tags 1.5.1
No related merge requests found
Pipeline #40812 passed
......@@ -107,8 +107,6 @@ module NexusSemanticLogger
end
end
private
def self.get_next_log_level(current_log_level)
current_log_level_index = SemanticLogger::Levels.index(current_log_level)
next_log_level_index = current_log_level_index + 1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment