Skip to content

Commit 24ce23f

Browse files
clean up
1 parent f01358e commit 24ce23f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tsc/lib/TypeScript/LowerToLLVM.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5637,7 +5637,7 @@ static void populateTypeScriptConversionPatterns(LLVMTypeConverter &converter, m
56375637
//return inputs[0];
56385638
});
56395639
*/
5640-
};
5640+
}
56415641

56425642
} // end anonymous namespace
56435643

@@ -5670,7 +5670,7 @@ struct TypeScriptToLLVMLoweringPass : public PassWrapper<TypeScriptToLLVMLowerin
56705670
}
56715671

56725672
void runOnOperation() final;
5673-
};
5673+
}
56745674

56755675
} // end anonymous namespace
56765676

0 commit comments

Comments
 (0)