Skip to content

Commit

Permalink
Fix comments
Browse files Browse the repository at this point in the history
  • Loading branch information
vladmos committed Jun 26, 2024
1 parent 9b954d0 commit 92a716d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/lex.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ const (
TypeWorkspace
// TypeBzl represents .bzl files
TypeBzl
//TypeModule represents MODULE.bazel and *.MODULE.bazel files
// TypeModule represents MODULE.bazel and *.MODULE.bazel files
TypeModule
)

Expand Down
2 changes: 1 addition & 1 deletion edit/edit.go
Original file line number Diff line number Diff line change
Expand Up @@ -1146,7 +1146,7 @@ func InsertLoad(stmts []build.Expr, location string, from, to []string) []build.
// not valid.
// Pretend they're not there and skip past them while we look for
// possible workspace calls.
//isSyntheticPackage := isEmptyPackage(stmt)
// isSyntheticPackage := isEmptyPackage(stmt)

// If we're editing a WORKSPACE file, bazel requires that the workspace
// declaration must be the very first expression in the WORKSPACE file,
Expand Down

0 comments on commit 92a716d

Please sign in to comment.