mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
Add missing bracket
Signed-off-by: TG <ebiritg@gmail.com>
This commit is contained in:
parent
712c7009db
commit
0e06b17291
1 changed files with 1 additions and 1 deletions
|
@ -3453,7 +3453,7 @@ impl GlobalScope {
|
||||||
unreachable!();
|
unreachable!();
|
||||||
}
|
}
|
||||||
|
|
||||||
pub(crate) fn is_online(&self) -> Arc<Mutex<bool> {
|
pub(crate) fn is_online(&self) -> Arc<Mutex<bool>> {
|
||||||
Arc::clone(&self.is_online)
|
Arc::clone(&self.is_online)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue