Skip to content

Commit fbb6ba3

Browse files
committed
fix message spacing
1 parent 5b5f523 commit fbb6ba3

File tree

1 file changed

+1
-1
lines changed
  • eventarc/auditlog_storage_handler

1 file changed

+1
-1
lines changed

eventarc/auditlog_storage_handler/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def index():
3737
user = auditlog.authentication_info.principal_email
3838
return (
3939
f"Cloud Storage object changed: {auditlog.resource_name}"
40-
+ f"updated by {user}",
40+
+ f" updated by {user}",
4141
200,
4242
)
4343

0 commit comments

Comments
 (0)