Single spaces between sentences #10

Opendmitshur opened this issue 7 years ago
dmitshur commented 7 years ago ยท edited

Do this:

// Sentence one. Sentence two.

Don't do this:

// Sentence one.  Sentence two.

For consistency with Go style. See CL 20022.

Write Preview Markdown
to comment.