Skip to content

Commit bc76cb9

Browse files
committed
clippy
1 parent 8a92c54 commit bc76cb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/webserver/database/blob_to_data_url.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ mod tests {
181181
let result = vec_to_data_uri_value(b"test");
182182
match result {
183183
serde_json::Value::String(s) => {
184-
assert_eq!(s, "data:application/octet-stream;base64,dGVzdA==")
184+
assert_eq!(s, "data:application/octet-stream;base64,dGVzdA==");
185185
}
186186
_ => panic!("Expected String value"),
187187
}

0 commit comments

Comments
 (0)