Skip to content

Commit

Permalink
Add empty line to end of a file
Browse files Browse the repository at this point in the history
  • Loading branch information
hassansalehe committed Jun 26, 2021
1 parent c0c9f91 commit 04b83b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Common_Instruction_gtest.cc
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ TEST(InstructionTests, CheckInstructionForStore) {
EXPECT_EQ("i32", instr.type);
EXPECT_EQ("%2", instr.operand1);
EXPECT_EQ("%2", instr.operand2);
}
}

0 comments on commit 04b83b9

Please sign in to comment.