mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-30 15:05:27 +00:00
Run gofmt.
This commit is contained in:
parent
6787b67152
commit
b48deebc7a
@ -382,7 +382,8 @@ Loop:
|
|||||||
// parseField scans a field until a terminator
|
// parseField scans a field until a terminator
|
||||||
func (p *Parser) parseField(cur *ListNode) error {
|
func (p *Parser) parseField(cur *ListNode) error {
|
||||||
p.consumeText()
|
p.consumeText()
|
||||||
for p.advance() {}
|
for p.advance() {
|
||||||
|
}
|
||||||
value := p.consumeText()
|
value := p.consumeText()
|
||||||
if value == "*" {
|
if value == "*" {
|
||||||
cur.append(newWildcard())
|
cur.append(newWildcard())
|
||||||
|
Loading…
Reference in New Issue
Block a user