Skip to content

Commit

Permalink
more unused and stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
smolck committed May 12, 2024
1 parent 847cbf4 commit b2f0e37
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/gif.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
use serde::{Deserialize, Serialize};
use serde::Deserialize;
use std::collections::HashMap;

#[derive(Deserialize)]
Expand Down
1 change: 1 addition & 0 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ impl MatrixClient {
"mimetype": "image/gif",
"size": gif.size,
"h": gif.height,
"w": gif.width,
},
"url": mxc_uri,
"body": "nvim-bot-gif.gif",
Expand Down

0 comments on commit b2f0e37

Please sign in to comment.