fmt does not work with cfg_if (#5829)

This commit is contained in:
Jack May
2019-09-06 15:33:58 -07:00
committed by GitHub
parent 4c4b7d39b8
commit d3052d094c
7 changed files with 62 additions and 46 deletions

View File

@@ -1,4 +1,4 @@
use crate::{pubkey::Pubkey, clock::Epoch};
use crate::{clock::Epoch, pubkey::Pubkey};
use std::{cmp, fmt};
/// An Account with data that is stored on chain