Minor code style fixes, remove unneeded views

This commit is contained in:
Arkadiusz Fal
2021-08-01 23:25:50 +02:00
parent 64ff1afa70
commit 66c8b647bf
8 changed files with 30 additions and 70 deletions

View File

@@ -1,9 +1,11 @@
import Foundation
extension Video {
static var fixture: Video {
let id = "D2sxamzaHkM"
return Video(
id: id,
id: UUID().uuidString,
title: "Relaxing Piano Music",
author: "Fancy Videotuber",
length: 582,