File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed 
showcases/data/Lambda/Activator - Hosted service Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -16,9 +16,9 @@ HostedService model::BasicHostedService
1616{
1717   pattern : '/api/greet/{name}';
1818   ownership : UserList { users: [
19-      'user1',
20-      'user2'
21-      ] };
19+        'user1',
20+        'user2'
21+        ] };
2222   function : model::greet(String[1]):String[1];
2323   documentation : 'A simple hosted service that greets users by name';
2424   autoActivateUpdates : true;
@@ -39,8 +39,8 @@ HostedService model::AdvancedHostedService
3939{
4040   pattern : '/api/advanced/{param}';
4141   ownership : UserList { users: [
42-      'admin'
43-       ] };
42+        'admin'
43+ ]     ] };
4444   function : model::processData(String[1]):String[1];
4545   documentation : 'Advanced hosted service with post-deployment actions';
4646   autoActivateUpdates : true;
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments