Skip to content

Commit

Permalink
Fix the code format
Browse files Browse the repository at this point in the history
  • Loading branch information
ravikiranchollangi committed Nov 8, 2024
1 parent 87b0f50 commit 73778ac
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Compiler/CompilerOpenFPGA.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4051,8 +4051,7 @@ bool CompilerOpenFPGA::LoadDeviceData(
// no action so far
} else if (file_type == "power_data") {
// field will be used for power data config, skip for now.
}
else {
} else {
ErrorMessage("Invalid device config type: " + file_type + "\n");
status = false;
}
Expand Down

0 comments on commit 73778ac

Please sign in to comment.