Skip to content

Commit a150192

Browse files
committed
Run fmt with latest toolchain's nightly
1 parent 857cfd8 commit a150192

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

core/src/common/parse.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,8 @@ pub(crate) fn to_ws_uri(uri: &str) -> String {
6060
uri.to_string()
6161
}
6262

63-
/// Convert an input URI into an HTTP URI suitable for `frame_remote_externalities` online transport.
63+
/// Convert an input URI into an HTTP URI suitable for `frame_remote_externalities` online
64+
/// transport.
6465
///
6566
/// If the input is WS(S), it will be converted to HTTP(S). Otherwise returned unchanged.
6667
pub(crate) fn to_http_uri(uri: &str) -> String {

0 commit comments

Comments
 (0)