Skip to content

Commit

Permalink
Add missing comma in ASExperimentalFeatures #trivial (TextureGroup#1137)
Browse files Browse the repository at this point in the history
  • Loading branch information
nguyenhuy committed Sep 20, 2018
1 parent 1b9a26f commit 8908abe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/ASExperimentalFeatures.m
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 8908abe

Please sign in to comment.