Skip to content

Commit cca4013

Browse files
committed
fix(ci): add missing timeout-minutes to all jobs (Hypatia compliance)
1 parent e7cddeb commit cca4013

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bindings/crystal/src/proven/safe_uuid.cr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ module Proven
4444
end
4545

4646
# Check if a UUID is nil (all zeros).
47-
def self.nil?(uuid : LibProven::Uuid) : Bool
47+
def self.is_nil?(uuid : LibProven::Uuid) : Bool
4848
LibProven.uuid_is_nil(pointerof(uuid))
4949
end
5050

0 commit comments

Comments
 (0)