chore: missing semicolon

This commit is contained in:
Gabriele Musco 2024-08-06 14:35:54 +02:00
commit 3e21ca2eb8

View file

@ -316,7 +316,7 @@ impl XRDevice {
dev_type: XRDeviceRole::GenericTracker,
})
}
}))
}));
}
res
}