Skip to content

Commit

Permalink
[solver][refactor] Format code
Browse files Browse the repository at this point in the history
  • Loading branch information
NikitaZotov committed Feb 3, 2025
1 parent 82578f7 commit 8c84e49
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,8 @@ ScResult TranslateMainSystemIdtfsFromScToFileAgent::DoProgram(ScAction & action)

if (!systemIdentifier.empty() && !mainIdentifier.empty() && !stringType.empty())
{
streamIdtfs << R"({")" << mainIdentifier << R"(", )"
<< R"({")" << systemIdentifier << R"(", ")" << stringType << R"("}},)"
<< "\n";
streamIdtfs << R"({")" << mainIdentifier << R"(", )" << R"({")" << systemIdentifier << R"(", ")" << stringType
<< R"("}},)" << "\n";
}
}
catch (utils::ScException const & exception)
Expand Down

0 comments on commit 8c84e49

Please sign in to comment.