Run cargo fmt on some more files.

This commit is contained in:
Emmanuel Gil Peyrot 2018-12-18 16:07:46 +01:00
commit 376ccc1c06
4 changed files with 11 additions and 22 deletions

View file

@ -4,13 +4,10 @@
// License, v. 2.0. If a copy of the MPL was not distributed with this
// file, You can obtain one at http://mozilla.org/MPL/2.0/.
use try_from::TryFrom;
use minidom::Element;
use crate::error::Error;
use crate::ns;
use minidom::Element;
use try_from::TryFrom;
/// Requests paging through a potentially big set of items (represented by an
/// UID).