Merge pull request #115 from stla/removedWhiteSpaces

removed white spaces in constants
This commit is contained in:
Alexandru Dima 2020-10-08 00:22:32 +02:00 committed by GitHub
commit be30e69ac2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -101,11 +101,11 @@ export const language = <languages.IMonarchLanguage>{
'TRUE',
'NA',
'Inf',
'NaN ',
'NaN',
'NA_integer_',
'NA_real_',
'NA_complex_',
'NA_character_ ',
'NA_character_',
'T',
'F',
'LETTERS',