mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 04:14:39 +03:00
Ran formatter and fixed some lint issues
This commit is contained in:
@@ -18,4 +18,4 @@ func (t *SQLiteTimestamp) Scan(value interface{}) error {
|
||||
// Value implements the driver Valuer interface.
|
||||
func (t SQLiteTimestamp) Value() (driver.Value, error) {
|
||||
return t.Timestamp.Format(time.RFC3339), nil
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user