]> git.r.bdr.sh - rbdr/captura/blobdiff - Captura/Data/BackendResponse.swift
Format the code
[rbdr/captura] / Captura / Data / BackendResponse.swift
index f4316de54a3dd0dc2e87a8209031ddaae35308e8..92636f04193e5682556e6164bdcb0529368f34b4 100644 (file)
@@ -15,6 +15,7 @@
  along with this program. If not, see https://captura.tranquil.systems.
  */
 import Foundation
+
 struct BackendResponse: Decodable {
-    let url: URL
+  let url: URL
 }