WICG / netinfo

https://wicg.github.io/netinfo/
Other
95 stars 28 forks source link

Fix indent in EXAMPLE 1 #76

Closed bgirard closed 5 years ago

bgirard commented 5 years ago

The first two lines in EXAMPLE 1 are currently indented by 4 spaces:

    // Get the connection type.
    var type = navigator.connection.type;