Skip to content

Commit 09b39f4

Browse files
Fix hosted service syntax: correct bracket format with exact spacing
1 parent fd3b924 commit 09b39f4

File tree

1 file changed

+1
-1
lines changed
  • showcases/data/Lambda/Activator - Hosted service

1 file changed

+1
-1
lines changed

showcases/data/Lambda/Activator - Hosted service/code.pure

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ HostedService model::AdvancedHostedService
4040
pattern : '/api/advanced/{param}';
4141
ownership : UserList { users: [
4242
'admin'
43-
] ] };
43+
] ] };
4444
function : model::processData(String[1]):String[1];
4545
documentation : 'Advanced hosted service with post-deployment actions';
4646
autoActivateUpdates : true;

0 commit comments

Comments
 (0)