diff --git a/test/Common_Instruction_gtest.cc b/test/Common_Instruction_gtest.cc index b165cae..9bbea95 100644 --- a/test/Common_Instruction_gtest.cc +++ b/test/Common_Instruction_gtest.cc @@ -35,4 +35,4 @@ TEST(InstructionTests, CheckInstructionForStore) { EXPECT_EQ("i32", instr.type); EXPECT_EQ("%2", instr.operand1); EXPECT_EQ("%2", instr.operand2); -} \ No newline at end of file +}