mirror of
https://github.com/Microsoft/calculator.git
synced 2025-08-22 14:13:30 -07:00
fix spacing
Co-Authored-By: rudyhuyn <rudyhuyn@gmail.com>
This commit is contained in:
parent
1b20427221
commit
9e8611de83
1 changed files with 1 additions and 1 deletions
|
@ -189,7 +189,7 @@ void ApplicationViewModel::OnPasteCommand(Object^ parameter)
|
||||||
{
|
{
|
||||||
ConverterViewModel->OnPasteCommand(parameter);
|
ConverterViewModel->OnPasteCommand(parameter);
|
||||||
}
|
}
|
||||||
else if(NavCategory::IsCalculatorViewMode(m_mode))
|
else if (NavCategory::IsCalculatorViewMode(m_mode))
|
||||||
{
|
{
|
||||||
CalculatorViewModel->OnPasteCommand(parameter);
|
CalculatorViewModel->OnPasteCommand(parameter);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue