Commit a2fdf12a authored by Grandschtroumpf's avatar Grandschtroumpf Committed by François

standard

parent b68387ea
......@@ -23,7 +23,7 @@ const css = csjs`
}
`
function notAllowWarning(from, to) {
function notAllowWarning (from, to) {
return `${from.displayName || from.name} is not allowed to call ${to.displayName || to.name}.`
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment