Skip to content

Commit

Permalink
Fixing linting.
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew-Mosior committed Jan 5, 2025
1 parent b05ce5a commit e8b58be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Data/BoundedQueue.idr
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ enqueue (Q (F [] flimit fsize) (B back blimit bsize)) v =
case blimit == bsize of
True =>
case toList back of
(h::t) =>
(h::t) =>
Just $
Q (F t (length t) (length t))
(B (Lin :< v) 1 1)
Expand Down

0 comments on commit e8b58be

Please sign in to comment.