From b92f49f15a71a97ab19855c3082281ffb46e8bba Mon Sep 17 00:00:00 2001 From: Huy Nguyen Date: Thu, 20 Sep 2018 15:40:49 -0700 Subject: [PATCH] Add missing comma in ASExperimentalFeatures #trivial --- Source/ASExperimentalFeatures.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/ASExperimentalFeatures.m b/Source/ASExperimentalFeatures.m index 4be736033..b5751c873 100644 --- a/Source/ASExperimentalFeatures.m +++ b/Source/ASExperimentalFeatures.m @@ -20,7 +20,7 @@ @"exp_network_image_queue", @"exp_dealloc_queue_v2", @"exp_collection_teardown", - @"exp_framesetter_cache" + @"exp_framesetter_cache", @"exp_skip_clear_data"])); if (flags == ASExperimentalFeatureAll) {