Skip to content

Commit

Permalink
Run cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
sd2k committed Sep 17, 2024
1 parent e0846fb commit 0d8da36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/grafana-plugin-sdk/src/backend/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -733,7 +733,7 @@ where
serde_json::from_slice(jdoc)
}

fn read_json_query<T>(jdoc: &[u8]) -> ConvertFromResult<T>
fn read_json_query<T>(jdoc: &[u8]) -> ConvertFromResult<T>
where
T: DeserializeOwned,
{
Expand Down

0 comments on commit 0d8da36

Please sign in to comment.