mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
orm: order by id by default
This commit is contained in:
@@ -402,3 +402,7 @@ fn strip(s string) string {
|
||||
// strip('\nabc\r\n') => 'abc'
|
||||
return s.trim('\r\n')
|
||||
}
|
||||
|
||||
pub fn not_found() Result {
|
||||
return Result{}
|
||||
}
|
||||
|
Reference in New Issue
Block a user