Skip to content

Commit

Permalink
Automated clang-format changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Clang-Format Bot committed Apr 28, 2024
1 parent 8a32089 commit 9e1b259
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Views/ViewOnline.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ void S2Plugin::ViewOnline::initializeUI()

mMainTreeView = new TreeViewMemoryFields(this);
mMainTreeView->addMemoryFields(Configuration::get()->typeFields(MemoryFieldType::Online), "Online", Spelunky2::get()->get_OnlinePtr());

mMainTreeView->activeColumns.disable(gsColComparisonValue).disable(gsColComparisonValueHex);
mMainLayout->addWidget(mMainTreeView);

Expand Down

0 comments on commit 9e1b259

Please sign in to comment.