cosmetics: Remove trailing whitespace

This commit is contained in:
mirsal 2021-08-04 14:59:30 +00:00
parent d289b55d27
commit 7e4ebe75b4
1 changed files with 2 additions and 2 deletions

View File

@ -85,8 +85,8 @@ def index():
ip_display_class[af] = "yellow"
mappedVms.append(dict(
id=vm['id'],
size=vm['size'],
id=vm['id'],
size=vm['size'],
state=vm['state'],
ipv4=ip_display['ipv4'],
ipv4_status=ip_display_class['ipv4'],