From 408b99a41d2415f7fa45ddbb96c872b83e97a8ef Mon Sep 17 00:00:00 2001 From: Shane Madden Date: Sat, 30 Dec 2023 21:54:47 -0700 Subject: [PATCH] tiny formatting change --- src/objects/impls/reactor.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/objects/impls/reactor.rs b/src/objects/impls/reactor.rs index f2cc3399..44dab72f 100644 --- a/src/objects/impls/reactor.rs +++ b/src/objects/impls/reactor.rs @@ -46,8 +46,7 @@ extern "C" { pub fn my(this: &Reactor) -> bool; /// The [`Owner`] of this reactor that contains the owner's username, or - /// `None` if it's currently not under a player's - /// control. + /// `None` if it's currently not under a player's control. /// /// [Screeps documentation](https://docs-season.screeps.com/api/#Reactor.owner) #[wasm_bindgen(method, getter)]