Skip to content

Commit

Permalink
Added intentional bad formatting for testing
Browse files Browse the repository at this point in the history
Signed-off-by: Jared Duffey <jared.duffey@bluequartz.net>
  • Loading branch information
JDuffeyBQ committed Jan 17, 2025
1 parent 1144a6e commit 043634a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/simplnx/Plugin/AbstractPlugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ std::string AbstractPlugin::getName() const
return m_Name;
}

Check failure on line 27 in src/simplnx/Plugin/AbstractPlugin.cpp

View workflow job for this annotation

GitHub Actions / clang_format_pr

code should be clang-formatted [-Wclang-format-violations]



std::string AbstractPlugin::getDescription() const
{
return m_Description;
Expand Down

0 comments on commit 043634a

Please sign in to comment.