Remove cargo fmt error

This was added to test the 'Formatting' action.  It works :)
This commit is contained in:
Dustin J. Mitchell 2021-10-03 22:26:03 +00:00
parent e2320fb9aa
commit 75fd0ff83a

View file

@ -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.