Skip to content

Commit

Permalink
reversed tweak in display
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewRoe34 committed Jul 19, 2024
1 parent 5fefb50 commit 40994fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/models/task.go
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ func FormatTask(task *Task) string {
func DisplayTasks(tasks []*Task) {
// Print header
fmt.Println("ID Status Desc Priority Tags Due ")
fmt.Println("======================================================================================================")
fmt.Println("------------------------------------------------------------------------------------------------------")

// Print each task
for _, task := range tasks {
Expand Down

0 comments on commit 40994fc

Please sign in to comment.