Skip to content

Commit b519bab

Browse files
committed
Fix formatting
1 parent a91ee0e commit b519bab

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/AST/ASTGates.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1135,8 +1135,7 @@ ASTGateNode::ASTGateNode(const ASTIdentifierNode *Id,
11351135
std::stringstream M;
11361136
M << "Inconsistent number of Params." << C;
11371137
QasmDiagnosticEmitter::Instance().EmitDiagnostic(
1138-
DIAGLineCounter::Instance().GetLocation(), M.str(),
1139-
DiagLevel::Error);
1138+
DIAGLineCounter::Instance().GetLocation(), M.str(), DiagLevel::Error);
11401139
return;
11411140
}
11421141

0 commit comments

Comments
 (0)