Skip to content

Commit

Permalink
fix: removing fix formatting to prevent collision with 'gts fix' form…
Browse files Browse the repository at this point in the history
…atting
  • Loading branch information
pattishin committed Nov 17, 2023
1 parent a824647 commit 86cdf31
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 0 additions & 2 deletions owlbot.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,5 +173,3 @@ def fix_hermetic(targets: str = ".", hide_output: bool = False) -> None:
f = typeless_samples_hermetic(targets=d)
# Remove extra characters
trim(files=f)
# Fix formatting
fix_hermetic(targets=d)
5 changes: 2 additions & 3 deletions run/logging-manual/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,8 @@ app.get('/', (req, res) => {
const traceHeader = req.header('X-Cloud-Trace-Context');
if (traceHeader && project) {
const [trace] = traceHeader.split('/');
globalLogFields[
'logging.googleapis.com/trace'
] = `projects/${project}/traces/${trace}`;
globalLogFields['logging.googleapis.com/trace'] =
`projects/${project}/traces/${trace}`;
}
}

Expand Down

0 comments on commit 86cdf31

Please sign in to comment.