Skip to content

Commit

Permalink
crystal tool format brought in changes
Browse files Browse the repository at this point in the history
  • Loading branch information
russ committed Oct 6, 2024
1 parent a77946b commit e7ec2b8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/lucky/action_pipes.cr
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ module Lucky::ActionPipes

# :nodoc:
macro included
AFTER_PIPES = [] of Symbol
BEFORE_PIPES = [] of Symbol
AFTER_PIPES = [] of Symbol
BEFORE_PIPES = [] of Symbol
SKIPPED_PIPES = [] of Symbol

macro inherited
AFTER_PIPES = [] of Symbol
BEFORE_PIPES = [] of Symbol
AFTER_PIPES = [] of Symbol
BEFORE_PIPES = [] of Symbol
SKIPPED_PIPES = [] of Symbol

inherit_pipes
Expand Down

0 comments on commit e7ec2b8

Please sign in to comment.