Skip to content

Commit b5987a2

Browse files
committed
[watch_os] Fix format
1 parent 98e5945 commit b5987a2

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/unix/mod.rs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1184,7 +1184,10 @@ extern "C" {
11841184
),
11851185
link_name = "__res_init"
11861186
)]
1187-
#[cfg_attr(any(target_os = "macos", target_os = "ios", target_os = "watchos"), link_name = "res_9_init")]
1187+
#[cfg_attr(
1188+
any(target_os = "macos", target_os = "ios", target_os = "watchos"),
1189+
link_name = "res_9_init"
1190+
)]
11881191
pub fn res_init() -> ::c_int;
11891192

11901193
#[cfg_attr(target_os = "netbsd", link_name = "__gmtime_r50")]

0 commit comments

Comments
 (0)