socketry / async-http

MIT License
298 stars 45 forks source link

Example using async/http/internet/instance #72

Closed trevorturk closed 3 years ago

trevorturk commented 3 years ago

Description

Types of Changes

Testing

ioquatix commented 3 years ago

Thanks, this looks good to me, please submit a smaller diff :p

trevorturk commented 3 years ago

Diff reduced! (But you should totally consider removing trailing whitespace some time in the future 😬 !)

ioquatix commented 3 years ago

I like to have my leading white space at the same indentation level as the rest of the code, it just looks tidier to me. Otherwise you need an editor capable of recognising the indentation level and automatically inserting it. Trailing whitespace on the other hand normally should be removed, except when it's sometime structural (e.g. in the license text).