From 75fd0ff83ad45e5211a0b76c7d934576f5e031aa Mon Sep 17 00:00:00 2001 From: "Dustin J. Mitchell" Date: Sun, 3 Oct 2021 22:26:03 +0000 Subject: [PATCH] Remove cargo fmt error This was added to test the 'Formatting' action. It works :) --- cli/src/settings/util.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/src/settings/util.rs b/cli/src/settings/util.rs index 1b717694a..85d2e1d52 100644 --- a/cli/src/settings/util.rs +++ b/cli/src/settings/util.rs @@ -1,5 +1,5 @@ use anyhow::{anyhow, bail, Result}; -use toml::value::{Table}; +use toml::value::Table; /// Check that the input is a table and contains no keys not in the given list, returning /// the table.