fix: the function has no return

This commit is contained in:
Qsaker 2024-01-10 13:54:09 +08:00
parent c8be12ee93
commit c75046b925

View File

@ -166,7 +166,7 @@ int SAKNumberAssistant::bytesOfType(int type)
case CookedDataTypeDouble:
return 8;
default:
break;
return 0;
}
}