diff options
author | Ayke van Laethem <[email protected]> | 2022-08-03 16:24:47 +0200 |
---|---|---|
committer | Ayke <[email protected]> | 2022-08-04 12:18:32 +0200 |
commit | c7a23183e822b9eebb639902414a0e08a09fbba0 (patch) | |
tree | 894a03fe2f4980a728c8401604d8a2c17503fde5 /src/machine/machine_atsamd51j20.go | |
parent | f936125658e8aef885a0e31d8fc343859defe63c (diff) | |
download | tinygo-c7a23183e822b9eebb639902414a0e08a09fbba0.tar.gz tinygo-c7a23183e822b9eebb639902414a0e08a09fbba0.zip |
all: format code according to Go 1.19 rules
Go 1.19 started reformatting code in a way that makes it more obvious
how it will be rendered on pkg.go.dev. It gets it almost right, but not
entirely. Therefore, I had to modify some of the comments so that they
are formatted correctly.
Diffstat (limited to 'src/machine/machine_atsamd51j20.go')
-rw-r--r-- | src/machine/machine_atsamd51j20.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/machine/machine_atsamd51j20.go b/src/machine/machine_atsamd51j20.go index e8146b9ae..411b029d2 100644 --- a/src/machine/machine_atsamd51j20.go +++ b/src/machine/machine_atsamd51j20.go @@ -5,7 +5,6 @@ // // Datasheet: // http://ww1.microchip.com/downloads/en/DeviceDoc/60001507C.pdf -// package machine import "device/sam" |