mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
remove a blank line
This commit is contained in:
@@ -358,7 +358,6 @@ mrb_time_minus(mrb_state *mrb, mrb_value self)
|
||||
|
||||
tm2 = mrb_get_datatype(mrb, other, &mrb_time_type);
|
||||
if (tm2) {
|
||||
|
||||
f = (mrb_float)(tm->sec - tm2->sec)
|
||||
+ (mrb_float)(tm->usec - tm2->usec) / 1.0e6;
|
||||
return mrb_float_value(f);
|
||||
|
||||
Reference in New Issue
Block a user