Skip to content

Commit

Permalink
Update merlin-driver/src/main/java/gov/nasa/jpl/aerie/merlin/driver/e…
Browse files Browse the repository at this point in the history
…ngine/SimulationEngine.java


minor update with spacing

Co-authored-by: Mythicaeda <[email protected]>
  • Loading branch information
goetzrrGit and Mythicaeda authored Jul 29, 2024
1 parent 3cff3f4 commit e2a8247
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -699,7 +699,7 @@ public DirectiveDetail getDirectiveDetailsFromSpan(
}

// Add final top level parent activity to the stack trace if present
if( directiveSpanId.isPresent()){
if (directiveSpanId.isPresent()) {
activityStackTrace.add(spanInfo.input().get(directiveSpanId.get()));
}

Expand Down

0 comments on commit e2a8247

Please sign in to comment.