Skip to content

Commit 5dd5611

Browse files
authored
Add missing comma in ASExperimentalFeatures #trivial (TextureGroup#1137)
1 parent 4708522 commit 5dd5611

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/ASExperimentalFeatures.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
@"exp_network_image_queue",
2121
@"exp_dealloc_queue_v2",
2222
@"exp_collection_teardown",
23-
@"exp_framesetter_cache"
23+
@"exp_framesetter_cache",
2424
@"exp_skip_clear_data"]));
2525

2626
if (flags == ASExperimentalFeatureAll) {

0 commit comments

Comments
 (0)