Skip to content

Syntax Consistency #64

@s-espinosa

Description

@s-espinosa

Review code base for consistent syntax including:

  • Use of {} for single-line if statements
  • Spacing in if statements (e.g. if(something){} vs if (something) {}, etc.)
  • spacing in function declaration (e.g. someFunc() {} vs someFunc(){})

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions