Skip to content

Commit

Permalink
fix(refactor): use clang
Browse files Browse the repository at this point in the history
  • Loading branch information
MakarenkoAI committed Feb 5, 2025
1 parent f6f0763 commit cd611b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,16 @@

#include <fstream>
#include <filesystem>

#include "config/config.hpp"

#include "constants/verification_constants.hpp"

#include <sc-memory/sc_keynodes.hpp>

#include "keynodes/verification_keynodes.hpp"

#include "sc-agents-common/utils/IteratorUtils.hpp"
#include "sc-agents-common/utils/CommonUtils.hpp"

#include "not-enough-specified-objects-search-agent.hpp"

Expand Down Expand Up @@ -46,7 +47,6 @@ ScResult SearchNotEnoughSpecifiedObjectsAgent::DoProgram(ScAction & action)
std::string subjectDomainName;
filePath = Config::getInstance()->getValue(FileConfigs::VERIFICATION_ENDPOINT, FileConfigs::FILE_PATH);


std::for_each(
std::begin(arguments),
std::end(arguments),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ class SearchNotEnoughSpecifiedObjectsAgent : public ScActionInitiatedAgent
static ScAddr GetTemplateAddr(ScMemoryContext & m_context, ScAddr const & classNode);
static bool CheckTemplate(ScMemoryContext & m_context, ScAddr const & argument, ScAddr const & classNode);


private:
ScAddrVector GetSubjectDomainAddr(ScAddr const & nodeAddr) const;
void getInfoAboutNode(std::stringstream & infoAboutBasicSpec, ScAddr const & nodeAddr) const;
Expand Down

0 comments on commit cd611b7

Please sign in to comment.