diff --git a/AlgebraicDataflowArchitectureModel/src/tests/parser/comment/MultilineComment.model b/AlgebraicDataflowArchitectureModel/src/tests/parser/comment/MultilineComment.model index e2d00bb..ff4f99b 100644 --- a/AlgebraicDataflowArchitectureModel/src/tests/parser/comment/MultilineComment.model +++ b/AlgebraicDataflowArchitectureModel/src/tests/parser/comment/MultilineComment.model @@ -3,9 +3,7 @@ * Multiline comment should be written like us. */ channel CreateAccount { - /* - * Actually a single comment here but its okay - */ + /* Actually a single comment here but its okay */ accounts(accounts: Map, createAccount(accountId: Int, username: Str, email: Str, password: Str)) = insert(accounts, accountId, {"username": username, "email": email, "password": password}); // A comment to describe this line } /*