We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2fa6e1 commit ace7785Copy full SHA for ace7785
examples/reservation_list.py
@@ -36,7 +36,7 @@ def display(res_dict):
36
if res_value["start_time"] <= now <= res_value["end_time"]:
37
resv_state = "ACTIVE"
38
39
- print(f"\t{'state':-20s} : {resv_state}\n")
+ print(f"\t{'state':<20s} : {resv_state}\n")
40
41
42
if __name__ == "__main__":
0 commit comments