From c87b499210aff1be3b22200f09a823a13c8f2d49 Mon Sep 17 00:00:00 2001 From: Huy Nguyen Date: Thu, 20 Sep 2018 15:46:39 -0700 Subject: [PATCH] Add missing comma in ASExperimentalFeatures #trivial (#1137) --- 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) {