fix up merge conflicts

pull/9004/head
Mitchell Hashimoto 2025-10-03 07:11:45 -07:00
parent bb98bc744d
commit 569fe92389
No known key found for this signature in database
GPG Key ID: 523D5DC389D273BC
1 changed files with 1 additions and 1 deletions

View File

@ -1009,7 +1009,7 @@ pub fn handleMessage(self: *Surface, msg: Message) !void {
self.command_timer = null;
const duration: Duration = .{ .duration = end.since(start) };
log.debug("command took {}", .{duration});
log.debug("command took {f}", .{duration});
_ = self.rt_app.performAction(
.{ .surface = self },