Mahdi Younesi

Results 2 issues of Mahdi Younesi

Hi, this is my VS code setting, and **format on save** is not working! ``` { "editor.accessibilityPageSize": 12, "editor.wordSeparators": "`~!@#%^&*()-=+[{]}\\|;:'\",./?", "editor.fontSize": 16, "todo-tree.tree.showScanModeButton": false, "editor.rulers": [ 120 ], "files.autoSave": "afterDelay",...

This pull request fixes a minor syntax error in the `TestAdd` function. A comma (,) was missing after one of the test case struct declarations, which would cause compilation errors....