Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze authored and github-actions[bot] committed Jul 16, 2024
1 parent a887bf2 commit 2cf15ac
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 8 deletions.
4 changes: 1 addition & 3 deletions src/Jobs/NotTraceAware.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,4 @@

namespace Spatie\OpenTelemetry\Jobs;

interface NotTraceAware
{
}
interface NotTraceAware {}
4 changes: 1 addition & 3 deletions src/Jobs/TraceAware.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,4 @@

namespace Spatie\OpenTelemetry\Jobs;

interface TraceAware
{
}
interface TraceAware {}
3 changes: 1 addition & 2 deletions src/Support/ParsedTraceParentHeaderValue.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,7 @@ public function __construct(
public string $traceId,
public string $spanId,
public string $flags,
) {
}
) {}

public static function isValidHeaderValue(string $headerValue): bool
{
Expand Down

0 comments on commit 2cf15ac

Please sign in to comment.