From 7e412f41f4093924106ab097ccb74fead6f09169 Mon Sep 17 00:00:00 2001 From: "Takuto NAKAMURA (Kyome)" Date: Wed, 23 Oct 2024 14:39:39 +0900 Subject: [PATCH 1/2] Removed unnecessary comments --- Examples/Examples/ContentViewState.swift | 7 ------- 1 file changed, 7 deletions(-) diff --git a/Examples/Examples/ContentViewState.swift b/Examples/Examples/ContentViewState.swift index 54a5827..6ef377f 100644 --- a/Examples/Examples/ContentViewState.swift +++ b/Examples/Examples/ContentViewState.swift @@ -1,10 +1,3 @@ -// -// ContentViewState.swift -// Examples -// -// Created by ky0me22 on 2024/02/01. -// - import Foundation import WebKit From 6491f0c5ddb241928abf84478dbd6fe11f30a060 Mon Sep 17 00:00:00 2001 From: "Takuto NAKAMURA (Kyome)" Date: Wed, 23 Oct 2024 14:40:14 +0900 Subject: [PATCH 2/2] Removed unnecessary import --- Examples/Examples/ContentViewState.swift | 1 - 1 file changed, 1 deletion(-) diff --git a/Examples/Examples/ContentViewState.swift b/Examples/Examples/ContentViewState.swift index 6ef377f..5ab7d4d 100644 --- a/Examples/Examples/ContentViewState.swift +++ b/Examples/Examples/ContentViewState.swift @@ -1,4 +1,3 @@ -import Foundation import WebKit @MainActor