Skip to content

Commit

Permalink
Mach fmt, this time including C++ files
Browse files Browse the repository at this point in the history
  • Loading branch information
ferjm committed Nov 20, 2019
1 parent 6dcdfef commit 9f77ea1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
10 changes: 2 additions & 8 deletions ports/libsimpleservo/capi/src/lib.rs
Expand Up @@ -17,8 +17,7 @@ use env_logger;
use log::LevelFilter;
use simpleservo::{self, gl_glue, ServoGlue, SERVO};
use simpleservo::{
Coordinates, EventLoopWaker, HostTrait, InitOptions, MouseButton,
VRInitOptions,
Coordinates, EventLoopWaker, HostTrait, InitOptions, MouseButton, VRInitOptions,
};
use std::ffi::{CStr, CString};
#[cfg(target_os = "windows")]
Expand Down Expand Up @@ -713,12 +712,7 @@ impl HostTrait for HostCallbacks {
(self.0.set_clipboard_contents)(contents.as_ptr());
}

fn on_media_session_metadata(
&self,
title: String,
artist: String,
album: String,
) {
fn on_media_session_metadata(&self, title: String, artist: String, album: String) {
debug!(
"on_media_session_metadata ({:?} {:?} {:?})",
title, artist, album
Expand Down
2 changes: 1 addition & 1 deletion tests/wpt/mozilla/meta/MANIFEST.json
Expand Up @@ -19023,7 +19023,7 @@
"testharness"
],
"mozilla/interfaces.html": [
"db1c5f553443121aa8eba862bcbaa3189ee42c2c",
"f1d58732adafef4afc9f9b7f16d6961e4b74a5e9",
"testharness"
],
"mozilla/interfaces.js": [
Expand Down

0 comments on commit 9f77ea1

Please sign in to comment.