Skip to content

Commit

Permalink
fix param in yardoc
Browse files Browse the repository at this point in the history
  • Loading branch information
mvidner committed Oct 1, 2024
1 parent 5784538 commit 7aa61f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service/lib/agama/storage/config_size_solver.rb
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ def size_from_product(config)
config_builder.default_size(path, having_paths: paths, with_snapshots: snapshots)
end

# @param config [Configs::Partition, Configs::LogicalVolume]
# @param device [Y2Storage::Device]
# @return [Configs::Size]
def size_from_device(device)
Configs::Size.new.tap do |config|
Expand Down

0 comments on commit 7aa61f0

Please sign in to comment.