Skip to content

Commit 8d69ec4

Browse files
committed
Fix type annotation according to change in the language
1 parent 0b97981 commit 8d69ec4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/common_obj.cr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ module SF
3030
module Wrapper(T)
3131
# Every wrapper class has these methods
3232
macro included
33-
@this :: T
33+
@this : T
3434

3535
private def initialize(@this : T, @owned : Bool)
3636
end

0 commit comments

Comments
 (0)