Add missing comma in ASExperimentalFeatures #trivial (#1137)

This commit is contained in:
Huy Nguyen 2018-09-20 15:46:39 -07:00 committed by GitHub
parent 4708522bd0
commit 5dd5611c2c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,7 +20,7 @@ NSArray<NSString *> *ASExperimentalFeaturesGetNames(ASExperimentalFeatures flags
@"exp_network_image_queue",
@"exp_dealloc_queue_v2",
@"exp_collection_teardown",
@"exp_framesetter_cache"
@"exp_framesetter_cache",
@"exp_skip_clear_data"]));
if (flags == ASExperimentalFeatureAll) {