Remove unneeded semicolons from the core library

This commit is contained in:
gingerBill
2021-08-31 22:21:13 +01:00
parent b176af2742
commit 251da264ed
187 changed files with 27227 additions and 27227 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
package runtime
_OS_Errno :: distinct int;
_OS_Errno :: distinct int
os_write :: proc "contextless" (data: []byte) -> (int, _OS_Errno) {
return _os_write(data);
return _os_write(data)
}