From 21a9b98a14dac3793f5be82752be7aa26582df13 Mon Sep 17 00:00:00 2001 From: lengcharles <744637972@qq.com> Date: Fri, 17 Jun 2022 18:47:40 +0800 Subject: [PATCH] fix error --- ...6. Replace-All-s-to-Avoid-Consecutive-Repeating-Characters.go} | 0 ...place-All-s-to-Avoid-Consecutive-Repeating-Characters_test.go} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename leetcode/1576.Replace-All-s-to-Avoid-Consecutive-Repeating-Characters/{1576. Replace All ?'s to Avoid Consecutive Repeating Characters.go => 1576. Replace-All-s-to-Avoid-Consecutive-Repeating-Characters.go} (100%) rename leetcode/1576.Replace-All-s-to-Avoid-Consecutive-Repeating-Characters/{1576. Replace All ?'s to Avoid Consecutive Repeating Characters_test.go => 1576. Replace-All-s-to-Avoid-Consecutive-Repeating-Characters_test.go} (100%) diff --git a/leetcode/1576.Replace-All-s-to-Avoid-Consecutive-Repeating-Characters/1576. Replace All ?'s to Avoid Consecutive Repeating Characters.go b/leetcode/1576.Replace-All-s-to-Avoid-Consecutive-Repeating-Characters/1576. Replace-All-s-to-Avoid-Consecutive-Repeating-Characters.go similarity index 100% rename from leetcode/1576.Replace-All-s-to-Avoid-Consecutive-Repeating-Characters/1576. Replace All ?'s to Avoid Consecutive Repeating Characters.go rename to leetcode/1576.Replace-All-s-to-Avoid-Consecutive-Repeating-Characters/1576. Replace-All-s-to-Avoid-Consecutive-Repeating-Characters.go diff --git a/leetcode/1576.Replace-All-s-to-Avoid-Consecutive-Repeating-Characters/1576. Replace All ?'s to Avoid Consecutive Repeating Characters_test.go b/leetcode/1576.Replace-All-s-to-Avoid-Consecutive-Repeating-Characters/1576. Replace-All-s-to-Avoid-Consecutive-Repeating-Characters_test.go similarity index 100% rename from leetcode/1576.Replace-All-s-to-Avoid-Consecutive-Repeating-Characters/1576. Replace All ?'s to Avoid Consecutive Repeating Characters_test.go rename to leetcode/1576.Replace-All-s-to-Avoid-Consecutive-Repeating-Characters/1576. Replace-All-s-to-Avoid-Consecutive-Repeating-Characters_test.go