Sometimes, in software logs, it might be useful to add specifics (like an identifier) to an item, like:
object[5] found
What is (more) correct?
object[5] found
object [5] found
=> space or no space?
For your information: it is not possible to replace the rectangular brackets by round ones.