Skip to content

Commit

Permalink
Make rubocop happy
Browse files Browse the repository at this point in the history
  • Loading branch information
teclator committed Feb 8, 2021
1 parent 41f7c49 commit fed0613
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/lib/y2network/widgets/wireless.rb
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def contents
VBox(
Left(essid_widget),
VSpacing(0.2),
Left(mode_widget),
Left(mode_widget)
)
)
end
Expand Down
1 change: 0 additions & 1 deletion src/lib/y2network/widgets/wireless_tab.rb
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,5 @@ def handle
nil
end
end

end
end

0 comments on commit fed0613

Please sign in to comment.