Skip to content

Commit

Permalink
style: fix + update copyright date
Browse files Browse the repository at this point in the history
  • Loading branch information
supcik committed Sep 11, 2019
1 parent c58c40a commit 0534c69
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 7 deletions.
1 change: 0 additions & 1 deletion .circleci/config.yml
Expand Up @@ -45,7 +45,6 @@ jobs:
name: Installing linter
command: |
GO111MODULE=off go get -u github.com/golangci/golangci-lint/cmd/golangci-lint
- run:
name: linting
command: |
Expand Down
2 changes: 1 addition & 1 deletion ws2811.go
@@ -1,4 +1,4 @@
// Copyright 2018 Jacques Supcik / HEIA-FR
// Copyright 2019 Jacques Supcik / HEIA-FR
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion ws2811_arm.go
@@ -1,4 +1,4 @@
// Copyright 2018 Jacques Supcik / HEIA-FR
// Copyright 2019 Jacques Supcik / HEIA-FR
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion ws2811_gamma8.go
@@ -1,4 +1,4 @@
// Copyright 2017 Jacques Supcik / HEIA-FR
// Copyright 2019 Jacques Supcik / HEIA-FR
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand Down
3 changes: 1 addition & 2 deletions ws2811_sim.go
@@ -1,4 +1,4 @@
// Copyright 2018 Jacques Supcik / HEIA-FR
// Copyright 2019 Jacques Supcik / HEIA-FR
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -66,7 +66,6 @@ func (ws2811 *WS2811) Init() error {
ledCount = 0
}
ws2811.leds[i] = make([]uint32, ledCount)

}
return nil
}
Expand Down
2 changes: 1 addition & 1 deletion ws2811_stripe_type.go
@@ -1,4 +1,4 @@
// Copyright 2017 Jacques Supcik / HEIA-FR
// Copyright 2019 Jacques Supcik / HEIA-FR
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand Down

0 comments on commit 0534c69

Please sign in to comment.