Skip to content

Commit 7404bd2

Browse files
committed
all: gofmt some recent file changes
Change-Id: I62d2d35275964b35032e36d6ed3c9f4a31176f91 Reviewed-on: https://go-review.googlesource.com/c/tools/+/414495 Run-TryBot: Robert Findley <[email protected]> gopls-CI: kokoro <[email protected]> TryBot-Result: Gopher Robot <[email protected]> Reviewed-by: Alan Donovan <[email protected]>
1 parent ec0831a commit 7404bd2

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

internal/lsp/source/workspace_symbol.go

-1
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,6 @@ func (c comboMatcher) match(chunks []string) (int, float64) {
287287
// of zero indicates no match.
288288
// - A symbolizer determines how we extract the symbol for an object. This
289289
// enables the 'symbolStyle' configuration option.
290-
//
291290
func collectSymbols(ctx context.Context, views []View, matcherType SymbolMatcher, symbolizer symbolizer, query string) ([]protocol.SymbolInformation, error) {
292291

293292
// Extract symbols from all files.

refactor/satisfy/find.go

-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
// THIS PACKAGE IS EXPERIMENTAL AND MAY CHANGE AT ANY TIME.
1212
//
1313
// It is provided only for the gopls tool. It requires well-typed inputs.
14-
//
1514
package satisfy // import "golang.org/x/tools/refactor/satisfy"
1615

1716
// NOTES:

0 commit comments

Comments
 (0)