Skip to content

Commit

Permalink
Fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
Watson1978 committed Feb 14, 2024
1 parent 74984e5 commit 26aac08
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions sig/ilios.rbs
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ module Ilios

include Enumerable[row_type]

def each: () { (row_type) -> void } -> void |
() -> ::Enumerator[row_type, self]
def next_page: () -> Ilios::Cassandra::Result |
() -> nil
def each: () { (row_type) -> void } -> void
| () -> ::Enumerator[row_type, self]
def next_page: () -> Ilios::Cassandra::Result
| () -> nil
end
end
end

0 comments on commit 26aac08

Please sign in to comment.