Skip to content

Commit

Permalink
Battle of the formatters :-/
Browse files Browse the repository at this point in the history
  • Loading branch information
colin-grant-work committed Oct 31, 2023
1 parent c6afacb commit 8f9ff80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/integration-tests/stepping-granularity.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ interface StackStateCheck {
line: number;
}

describe('Stepping', async function() {
describe('Stepping', async function () {
let dc: CdtDebugClient;
const steppingProgram = path.join(testProgramsDir, 'stepping');
const steppingSource = path.join(testProgramsDir, 'stepping.c');

beforeEach(async function() {
beforeEach(async function () {
dc = await standardBeforeEach();

await dc.hitBreakpoint(
Expand Down

0 comments on commit 8f9ff80

Please sign in to comment.