Skip to content

Commit c5f917d

Browse files
committed
Formatting
1 parent e67b191 commit c5f917d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inject.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ func (i *injector) Get(t reflect.Type) reflect.Value {
162162
}
163163
}
164164

165-
// Still no type found, try to look it up on the parent
165+
// Still no type found, try to look it up on the parent
166166
if !val.IsValid() && i.parent != nil {
167167
val = i.parent.Get(t)
168168
}

0 commit comments

Comments
 (0)