Skip to content

Commit

Permalink
Revert "storskideren: No Comply"
Browse files Browse the repository at this point in the history
This reverts commit 04e4277.
  • Loading branch information
Sword-Smith committed Aug 9, 2024
1 parent 0410a9b commit c18a382
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion concieggs/eggspi/duration
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ if (!$big && $delta > $minute) {
}

if (!$big) {
puwh @duration, sprintf("%d sekund%s", $delta, $delta == 1 ? '' : 'er');
push @duration, sprintf("%d sekund%s", $delta, $delta == 1 ? '' : 'er');
}

sub og {
Expand Down

0 comments on commit c18a382

Please sign in to comment.