Skip to content

Commit

Permalink
Update internals.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ashah-splunk committed Mar 13, 2024
1 parent d805a7a commit e23fa4d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions splunklib/searchcommands/internals.py
Original file line number Diff line number Diff line change
Expand Up @@ -789,8 +789,6 @@ def write_metadata(self, configuration):

metadata = chain(configuration.items(), (('inspector', self._inspector if self._inspector else None),))
self._write_chunk(metadata, '')
# Removed additional new line
# self.write('\n')
self._clear()

def write_metric(self, name, value):
Expand Down

0 comments on commit e23fa4d

Please sign in to comment.