Skip to content

Commit

Permalink
Merge pull request #2776 from mhashizume/maint/main/rubocop-fix
Browse files Browse the repository at this point in the history
Remove unnecessary variable initializaiton
  • Loading branch information
mhashizume authored Nov 1, 2024
2 parents 76d7a61 + 3eed99b commit 75a20f3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/facter/resolvers/solaris/mountpoints.rb
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ def read_mounts(fact_name)

next if fs.mount_type == 'autofs'

mounts = {}
device = fs.name
filesystem = fs.mount_type
path = fs.mount_point
Expand Down

0 comments on commit 75a20f3

Please sign in to comment.