Skip to content

Commit 77e40bf

Browse files
Fix hosted service syntax: remove all whitespace between sections
1 parent 37acb78 commit 77e40bf

File tree

1 file changed

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

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ function model::greet(name: String[1]): String[1]
88
function model::processData(data: String[1]): String[1]
99
{
1010
'Processed data: ' + $data
11-
}
12-
###HostedService
11+
}###HostedService
1312
// Basic hosted service with UserList ownership
1413
HostedService model::BasicHostedService
1514
{

0 commit comments

Comments
 (0)