this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

encoding/xml/koala: remove trailing whitespace

Remove trailing whitespace from package documentation
comment.

My workflows now include auto gofmt, which means
I need to keep reverting this file otherwise.

Signed-off-by: Marcel van Lohuizen <mpvl@gmail.com>
Change-Id: I3a9ad4165c129e367bc6eaf047d11d0ac21eabb0
Reviewed-on: https://review.gerrithub.io/c/cue-lang/cue/+/1220008
TryBot-Result: CUEcueckoo <cueckoo@cuelang.org>
Reviewed-by: Daniel Martí <mvdan@mvdan.cc>
Unity-Result: CUE porcuepine <cue.porcuepine@gmail.com>

+1 -1
+1 -1
encoding/xml/koala/decode.go
··· 14 14 15 15 // Package koala converts XML to and from CUE, as described in the proposal for the [koala] encoding. 16 16 // This encoding is inspired by the [BadgerFish] convention for translating XML to JSON. 17 - // It differs from this to better fit CUE syntax, (as "$" and "@" are special characters), 17 + // It differs from this to better fit CUE syntax, (as "$" and "@" are special characters), 18 18 // and for improved readability, as described in the koala proposal. 19 19 // 20 20 // XML elements are modeled as CUE structs, their attributes are modeled as struct fields