Skip to content

Commit fe3cc66

Browse files
atergaCopilot
andauthored
Update src/internet_identity/src/assets.rs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent a631e9d commit fe3cc66

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/internet_identity/src/assets.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,7 @@ pub fn get_static_assets(config: &InternetIdentityInit) -> Vec<Asset> {
103103
})
104104
.collect::<Vec<String>>()
105105
.join("\n")
106-
.into_bytes()
107-
.to_vec();
106+
.into_bytes();
108107

109108
assets.push(Asset {
110109
url_path: "/.well-known/ic-domains".to_string(),

0 commit comments

Comments
 (0)