Skip to content

Commit 255cec1

Browse files
committed
what a truly awful language footgun
1 parent 9f38548 commit 255cec1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/MarkdownRenderingTests/Main.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -440,7 +440,7 @@ enum Main:TestMain, TestBattery
440440
}
441441
}
442442

443-
func load(_ reference:Int, for _:Markdown.Bytecode.Attribute) -> String?
443+
func load(_ reference:Int, for _:inout Markdown.Bytecode.Attribute) -> String?
444444
{
445445
reference & 1 == 0 ? nil : "https://swiftinit.org"
446446
}

0 commit comments

Comments
 (0)