Skip to content

Commit

Permalink
[ci] format
Browse files Browse the repository at this point in the history
  • Loading branch information
ematipico authored and astrobot-houston committed Aug 28, 2024
1 parent 5f2536b commit a2214ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/integrations/preact/src/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export default (element: HTMLElement) =>
let valueOfSignal = mapValue;

// not an property key
if(typeof indexOrKeyInProps !== 'string') {
if (typeof indexOrKeyInProps !== 'string') {
valueOfSignal = mapValue[0];
indexOrKeyInProps = mapValue[1];
}
Expand Down
2 changes: 1 addition & 1 deletion packages/integrations/preact/src/signals.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ import type {
AstroPreactAttrs,
PropNameToSignalMap,
SignalLike,
Signals,
SignalToKeyOrIndexMap,
Signals,
} from './types.js';

function isSignal(x: any): x is SignalLike {
Expand Down

0 comments on commit a2214ce

Please sign in to comment.