Skip to content

Commit

Permalink
Correrct formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
DoumanAsh committed Nov 3, 2018
1 parent e7e8dbe commit ed4313f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions amethyst_ui/src/font/default.rs
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ pub fn get_default_font(loader: &Loader, storage: &AssetStorage<FontAsset>) -> F
Ok(data) => return loader.load_from_data(data, (), storage),
Err(err) => warn!("System font at '{}' cannot be loaded. Fallback to default. Error: {}", path.display(), err),
},
Err(err) => warn!("System font at '{}' is not available for use. Fallback to default. Error: {}", path.display(), err)
}
Err(err) => warn!("System font at '{}' is not available for use. Fallback to default. Error: {}", path.display(), err)
}
}
} else {
warn!("System font has no file extension!");
Expand Down

0 comments on commit ed4313f

Please sign in to comment.