Skip to content

Commit 19bbd02

Browse files
committed
Fix too-long line.
1 parent 133b3d0 commit 19bbd02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/comp/back/link.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ mod write {
138138

139139
if threshold != 0u {
140140
llvm::LLVMPassManagerBuilderUseInlinerWithThreshold(MPMB,
141-
threshold);
141+
threshold);
142142
}
143143

144144
llvm::LLVMPassManagerBuilderPopulateModulePassManager(MPMB,

0 commit comments

Comments
 (0)