improve coding style

This commit is contained in:
donovaly
2020-07-26 17:11:59 +02:00
committed by WandererFan
parent 38db73c4e9
commit 209dfa91d6
3 changed files with 18 additions and 18 deletions

View File

@@ -118,7 +118,7 @@ void ViewProviderTemplate::onChanged(const App::Property *prop)
}
if (prop == &Visibility) {
if(Visibility.getValue()) {
if (Visibility.getValue()) {
show();
} else {
hide();