From 04b83b993675a9a7b05863666e18195393e37771 Mon Sep 17 00:00:00 2001 From: "Hassan @Ubuntu" Date: Sat, 26 Jun 2021 23:22:05 +0200 Subject: [PATCH] Add empty line to end of a file --- test/Common_Instruction_gtest.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 +}