mirror of
https://github.com/kiliman/operator-mono-lig.git
synced 2026-08-12 02:10:52 +02:00
Revert useless whitespace-only modifications
Fix for an autoformatter side-effect.
This commit is contained in:
committed by
unknown
parent
660c719779
commit
3ed59809de
@@ -194,9 +194,9 @@ const patchNames = (dom, ligatures, profile) => {
|
||||
}
|
||||
|
||||
const fontName = `${name}${profile.suffixWithLeadingHyphen}-${style}`;
|
||||
const familyNamePlat = `${ names.familyName }${ profile.suffixWithLeadingSpace }`;
|
||||
const familyName = `${ familyNamePlat } ${ familyStyle }`;
|
||||
const fullName = `${ familyName } ${ fullNameStyle }`;
|
||||
const familyNamePlat = `${names.familyName}${profile.suffixWithLeadingSpace}`;
|
||||
const familyName = `${familyNamePlat} ${familyStyle}`;
|
||||
const fullName = `${familyName} ${fullNameStyle}`;
|
||||
const uniqueId = `${names.foundry}: ${fullName}: ${names.version}`;
|
||||
// patch CFFFont
|
||||
const cffFont = xpath.select('/ttFont/CFF/CFFFont', dom, true);
|
||||
|
||||
Reference in New Issue
Block a user