Skip to content

Commit a659b5a

Browse files
Merge #1159
1159: Minor documentation fix r=carols10cents Working my way through the codebase I came across this markdown issue. ## Before: <img width="1030" alt="screen shot 2017-11-06 at 14 24 37" src="https://user-images.githubusercontent.com/5019938/32462216-40ccfdf4-c2fe-11e7-8341-6a83f1409f61.png"> ## After: <img width="1044" alt="screen shot 2017-11-06 at 14 27 04" src="https://user-images.githubusercontent.com/5019938/32462320-97a616d8-c2fe-11e7-9347-b68509fc7e1b.png">
2 parents 2411fae + 0738563 commit a659b5a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/config.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,12 @@ impl Default for Config {
2424
/// Returns a default value for the application's config
2525
///
2626
/// Sets the following default values:
27+
///
2728
/// - `Config::max_upload_size`: 10MiB
2829
/// - `Config::api_protocol`: `https`
2930
///
3031
/// Pulls values from the following environment variables:
32+
///
3133
/// - `GIT_REPO_CHECKOUT`: The directory where the registry index was cloned.
3234
/// - `MIRROR`: Is this instance of cargo_registry a mirror of crates.io.
3335
/// - `HEROKU`: Is this instance of cargo_registry currently running on Heroku.

0 commit comments

Comments
 (0)