Skip to content

Commit

Permalink
Fix merge issue
Browse files Browse the repository at this point in the history
  • Loading branch information
zezha-msft committed Jul 9, 2020
1 parent 256706c commit 8fa6596
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ste/sourceInfoProvider-Local_windows.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ func (hi HandleInfo) FileCreationTime() time.Time {
return time.Unix(0, hi.CreationTime.Nanoseconds())
}

func (hi handleInfo) FileLastWriteTime() time.Time {
func (hi HandleInfo) FileLastWriteTime() time.Time {
return time.Unix(0, hi.LastWriteTime.Nanoseconds())
}

Expand Down

0 comments on commit 8fa6596

Please sign in to comment.