diff options
author | Luke Shumaker <lukeshu@lukeshu.com> | 2023-01-05 19:48:05 -0700 |
---|---|---|
committer | Luke Shumaker <lukeshu@lukeshu.com> | 2023-01-05 19:48:05 -0700 |
commit | f416f777b2c2cac095e851e6799020f91e34aed1 (patch) | |
tree | 894bd28921cbc233031e0518e4675472045c60c6 /lib | |
parent | d675f41242c043ddc4c6c1a1fb8aabcfd324aae2 (diff) | |
parent | 62cbc80cf26fa2cdbfa0ad1c44190f554f960b9b (diff) |
Merge branch 'lukeshu/lint2'
Diffstat (limited to 'lib')
-rw-r--r-- | lib/textui/log.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/textui/log.go b/lib/textui/log.go index d2373f8..801e9eb 100644 --- a/lib/textui/log.go +++ b/lib/textui/log.go @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2022-2023 Ambassador Labs +// Copyright (C) 2019-2022 Ambassador Labs // Copyright (C) 2022-2023 Luke Shumaker <lukeshu@lukeshu.com> // // SPDX-License-Identifier: Apache-2.0 |