fix fmt test

pull/3785/head
Alexander Medvednikov 2020-02-19 19:57:21 +01:00
parent ec3d67c19f
commit e30bd04579
1 changed files with 0 additions and 4 deletions

View File

@ -68,7 +68,3 @@ fn fn_with_3_args(arg1 string, arg2 int, arg3 User) int {
fn (this User) fn_with_receiver() {
println('')
}
//fn get_user() ?User {
//}