diff options
author | Harald Eilertsen <haraldei@anduin.net> | 2020-01-03 23:53:24 +0100 |
---|---|---|
committer | Harald Eilertsen <haraldei@anduin.net> | 2020-01-03 23:53:24 +0100 |
commit | 862a3b67d701b3c124e1b682db0cee5fc5b711da (patch) | |
tree | 25a52d53467f29c24e59e41fe1052ff1dd9cef28 /src/abconfig.rs | |
parent | fa6296ce5f0b0309c86acf8dabe536f53cce0387 (diff) | |
download | rust-zotapi-862a3b67d701b3c124e1b682db0cee5fc5b711da.tar.gz rust-zotapi-862a3b67d701b3c124e1b682db0cee5fc5b711da.tar.bz2 rust-zotapi-862a3b67d701b3c124e1b682db0cee5fc5b711da.zip |
Cargo fmt
Diffstat (limited to 'src/abconfig.rs')
-rw-r--r-- | src/abconfig.rs | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/abconfig.rs b/src/abconfig.rs index 36b3427..7957dea 100644 --- a/src/abconfig.rs +++ b/src/abconfig.rs @@ -14,10 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see <https://www.gnu.org/licenses/>. -use crate::{ - client::Client, - error::Error, -}; +use crate::{client::Client, error::Error}; pub struct ABConfig; |