Skip to content

Commit

Permalink
Periodic rubocop cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
bougyman committed Jan 29, 2024
1 parent a8e7c9f commit 5c484fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/linear/models/base_model.rb
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def just_name
end

def base_fragment
return const_get(:Base)
const_get(:Base)
end

def basic_filter
Expand Down

0 comments on commit 5c484fa

Please sign in to comment.