From 1e8f095e5cdcb522d950fd35269660328cc65bb2 Mon Sep 17 00:00:00 2001 From: Kenta Kubo <601636+kkebo@users.noreply.github.com> Date: Sun, 7 Apr 2024 00:09:15 +0900 Subject: [PATCH] chore: unwrap target folders This has been possible since swift-tools-version 5.9. --- Sources/{Box => }/Box.swift | 0 Tests/{BoxTests => }/BoxTests.swift | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename Sources/{Box => }/Box.swift (100%) rename Tests/{BoxTests => }/BoxTests.swift (100%) diff --git a/Sources/Box/Box.swift b/Sources/Box.swift similarity index 100% rename from Sources/Box/Box.swift rename to Sources/Box.swift diff --git a/Tests/BoxTests/BoxTests.swift b/Tests/BoxTests.swift similarity index 100% rename from Tests/BoxTests/BoxTests.swift rename to Tests/BoxTests.swift