Skip to content

Commit

Permalink
Remove unnecessary qualification in fromList call
Browse files Browse the repository at this point in the history
Co-authored-by: Mateusz Galazyn <228866+carbolymer@users.noreply.github.com>
  • Loading branch information
palas and carbolymer committed Aug 2, 2024
1 parent 1810f26 commit 436a845
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cardano-cli/src/Cardano/CLI/EraBased/Run/Query.hs
Original file line number Diff line number Diff line change
Expand Up @@ -1720,7 +1720,7 @@ runQuerySPOStakeDistribution
All -> []
Only l -> l

spos <- Set.fromList <$> mapM spoFromSource spoHashSources
spos <- fromList <$> mapM spoFromSource spoHashSources

spoStakeDistribution <- runQuery localNodeConnInfo target $ querySPOStakeDistribution eon spos
writeOutput mOutFile $
Expand Down

0 comments on commit 436a845

Please sign in to comment.