fmt all go file
This commit is contained in:
@ -11,6 +11,6 @@ type NoteContentHistory struct {
|
||||
// 得到list
|
||||
func (c NoteContentHistory) ListHistories(noteId string) revel.Result {
|
||||
histories := noteContentHistoryService.ListHistories(noteId, c.GetUserId())
|
||||
|
||||
|
||||
return c.RenderJson(histories)
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user