There are lines in the GMXVault.sol that have omitted some letters.
Some lines in the GMXVault.sol contract most specifically L.196, L.215, L.233, and L.242 have this code snippet 'returns (uint256, uint256)' that lack some specific letters for clarity both to other developers and the auditors.
Lack of this letter(s) although might not have significant or any effect to the functionality of the code would make the code not clear enough to person(s) who would interact with the contract at a code base level.
Manual review
The code snippet " function debtValue() public view returns (uint256, uint256)" should be added the letters representing the tokens involved i.e should look like "returns (uint256 A, uint256 B)"
The contest is live. Earn rewards by submitting a finding.
This is your time to appeal against judgements on your submissions.
Appeals are being carefully reviewed by our judges.