Skip to content

Commit a1c0f71

Browse files
committed
Review nits: unused variable and old copyright year
1 parent 82af84b commit a1c0f71

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

autoload/codefmt/buildifier.vim

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ function! codefmt#buildifier#GetFormatter() abort
4545
let l:cmd += ['-path', l:fname]
4646
endif
4747

48-
let l:input = join(getline(1, line('$')), "\n")
4948
try
5049
" NOTE: Ignores any line ranges given and formats entire buffer.
5150
" buildifier does not support range formatting.

autoload/codefmt/formatterhelpers.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
" Copyright 2017 Google Inc. All rights reserved.
1+
" Copyright 2020 Google Inc. All rights reserved.
22
"
33
" Licensed under the Apache License, Version 2.0 (the "License");
44
" you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)