Skip to content

Commit

Permalink
Fix rubocop styling
Browse files Browse the repository at this point in the history
  • Loading branch information
sinaru committed Dec 10, 2023
1 parent 9d6172d commit 5a147bf
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions lib/cv_builder/cv_data_sections/base.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# frozen_string_literal: true

module CvDataSection
class Base
def initialize(hash)
Expand Down
2 changes: 1 addition & 1 deletion lib/cv_builder/cv_data_sections/education.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ def dig(*path)
data
end
end
end
end
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# frozen_string_literal: true

require "date"

module CvDataSection
Expand All @@ -13,4 +14,4 @@ def to_month(month_int)
end
end
end
end
end

0 comments on commit 5a147bf

Please sign in to comment.