[Result] Remove labels from enum
This commit is contained in:
@@ -42,7 +42,7 @@ public class Template {
|
||||
return renderNodes(nodes, context)
|
||||
|
||||
case .Error(let error):
|
||||
return .Error(error:error)
|
||||
return .Error(error)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user