aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/bluetoothuuid.rs
diff options
context:
space:
mode:
authorJosh Matthews <josh@joshmatthews.net>2016-05-27 13:32:05 -0400
committerJosh Matthews <josh@joshmatthews.net>2016-05-27 13:32:05 -0400
commit3cb8af20c24ea0972220fa3fa7cbfcbd99c0848e (patch)
tree4012cf37e6c594149bc8fe7e19b097c7518156e8 /components/script/dom/bluetoothuuid.rs
parent4ebc065cba15184c8f63a28f128ec833fffccef7 (diff)
downloadservo-3cb8af20c24ea0972220fa3fa7cbfcbd99c0848e.tar.gz
servo-3cb8af20c24ea0972220fa3fa7cbfcbd99c0848e.zip
Remove empty lines following braces.
Diffstat (limited to 'components/script/dom/bluetoothuuid.rs')
-rw-r--r--components/script/dom/bluetoothuuid.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/components/script/dom/bluetoothuuid.rs b/components/script/dom/bluetoothuuid.rs
index ab51d37c6e7..dafda71a12b 100644
--- a/components/script/dom/bluetoothuuid.rs
+++ b/components/script/dom/bluetoothuuid.rs
@@ -270,7 +270,6 @@ const DESCRIPTOR_PREFIX: &'static str = "org.bluetooth.descriptor";
const VALID_UUID_REGEX: &'static str = "^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}";
impl BluetoothUUID {
-
// https://webbluetoothcg.github.io/web-bluetooth/#dom-bluetoothuuid-canonicaluuid
pub fn CanonicalUUID(_: GlobalRef, alias: u32) -> UUID {
DOMString::from(format!("{:08x}", &alias) + BASE_UUID)