Skip to content

Commit

Permalink
format document
Browse files Browse the repository at this point in the history
  • Loading branch information
arrowtype committed Oct 4, 2024
1 parent 532a8b2 commit cc8617e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Lib/gftools/builder/recipeproviders/googlefonts.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"checkCompatibility": True,
"overlaps": "booleanOperations",
"splitItalic": True,
"expandFeaturesToInstances": True
"expandFeaturesToInstances": True,
}


Expand Down Expand Up @@ -339,7 +339,9 @@ def build_a_static(self, source: File, instance: InstanceDescriptor, output):
"operation": "instantiateUfo",
"instance_name": instancename,
"glyphData": self.config.get("glyphData"),
"expandFeaturesToInstances": self.config.get("expandFeaturesToInstances"),
"expandFeaturesToInstances": self.config.get(
"expandFeaturesToInstances"
),
}
)
steps += (
Expand Down

0 comments on commit cc8617e

Please sign in to comment.