Skip to content

Commit 09b0aa0

Browse files
Fix hosted service syntax: add newline between sections
1 parent 6682b5e commit 09b0aa0

File tree

1 file changed

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

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ function model::processData(data: String[1]): String[1]
99
{
1010
'Processed data: ' + $data
1111
}
12+
1213
###HostedService
1314
// Basic hosted service with UserList ownership
1415
HostedService model::BasicHostedService

0 commit comments

Comments
 (0)