1
0
Fork 0

Remove some \n

This commit is contained in:
Daniele Tricoli 2015-12-10 23:28:33 +01:00
parent 19b7420a88
commit 4b85b37c5d
1 changed files with 0 additions and 3 deletions

View File

@ -95,7 +95,6 @@ func (s *Store) Open(database string) error {
}
return nil
}
// Close SQLite3 database used by piken.
@ -169,7 +168,6 @@ func (s *Store) GetLastUpdate(filename string) (time.Time, error) {
}
return tp, nil
}
// Search unicode data using name.
@ -193,5 +191,4 @@ func (s *Store) SearchUnicode(name string) (records []UnicodeData, err error) {
}
return records, nil
}