Skip to content

Commit

Permalink
Whitespace and CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ianamason committed Aug 28, 2023
1 parent 139b86b commit 339d417
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shared/parser.go
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,7 @@ func Parse(argList []string) ParserResult {
{`^.+\.dylib(\.\d)+$`, flagInfo{0, pr.objectFileCallback}},
{`^.+\.(So|so)(\.\d)+$`, flagInfo{0, pr.objectFileCallback}},

{`^--target=.+$`, flagInfo{0, pr.compileLinkUnaryCallback}},
{`^--target=.+$`, flagInfo{0, pr.compileLinkUnaryCallback}},
}

for len(argList) > 0 {
Expand Down

0 comments on commit 339d417

Please sign in to comment.