Skip to content

Commit

Permalink
Format file
Browse files Browse the repository at this point in the history
  • Loading branch information
a.stepkin committed Feb 21, 2021
1 parent cb84efa commit ada23d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/NewCppClassAdder/Private/NewCppClassAdder.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ void FNewCppClassAdderModule::AddCppEntryToContentBrowser(FMenuBuilder& Builder)
[]
{
FGameProjectGenerationModule::Get().OpenAddCodeToProjectDialog();
}));
}));

Builder.BeginSection("ContentBrowserNewClass", LOCTEXT("ClassMenuHeading", "C++ Class"));
Builder.AddMenuEntry(
Expand Down

0 comments on commit ada23d3

Please sign in to comment.