Skip to content

Commit 0f6e8a6

Browse files
authored
whitespace
1 parent 2f8c1dd commit 0f6e8a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/findfonts.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ if Sys.isapple()
44
"/Library/Fonts", # Additional fonts that can be used by all users. This is generally where fonts go if they are to be used by other applications.
55
joinpath(homedir(), "Library/Fonts"), # Fonts specific to each user.
66
"/Network/Library/Fonts", # Fonts shared for users on a network
7-
"/System/Library/Fonts", # System specific fonts
8-
"/System/Library/Fonts/Supplemental", # new location since Catalina
7+
"/System/Library/Fonts", # System specific fonts
8+
"/System/Library/Fonts/Supplemental", # new location since Catalina
99
]
1010
end
1111
elseif Sys.iswindows()

0 commit comments

Comments
 (0)