Skip to content

Commit 8508610

Browse files
6543gmlewis
andauthored
Apply suggestions from code review
Co-authored-by: Glenn Lewis <[email protected]>
1 parent 3686f2d commit 8508610

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

github/timestamp.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ func (t Timestamp) String() string {
2222
return t.Time.String()
2323
}
2424

25-
// GetTime returns std time.Time
25+
// GetTime returns std time.Time.
2626
func (t *Timestamp) GetTime() *time.Time {
2727
if t == nil {
2828
return nil

0 commit comments

Comments
 (0)