mirror of
https://github.com/Microsoft/calculator.git
synced 2025-08-20 21:33:10 -07:00
Remove stray semicolon (#1917)
This commit is contained in:
parent
be5c839bcf
commit
1e799d9634
1 changed files with 0 additions and 1 deletions
|
@ -104,7 +104,6 @@ namespace CalculatorApp
|
|||
if (NavCategoryStates::IsValidViewMode(mode))
|
||||
{
|
||||
auto fields = ref new LoggingFields();
|
||||
;
|
||||
fields->AddString(StringReference(CALC_MODE), NavCategoryStates::GetFriendlyName(mode));
|
||||
TraceLoggingCommon::GetInstance()->LogLevel2Event(StringReference(EVENT_NAME_MODE_CHANGED), fields);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue