style: prettify code

This commit is contained in:
yanglbme 2020-12-05 13:25:59 +00:00 committed by GitHub Action
parent b91613e176
commit 101d4eb7d4

View File

@ -229,7 +229,7 @@ export default {
// validate image
const checkResult = checkImage(file);
if (!checkResult.ok) {
this.$message.error(checkResult.msg);
this.$message.error(checkResult.msg);
return false;
}