Skip to content

Commit 78c2768

Browse files
Re-sync with internal repository
The internal and external repositories are out of sync. This Pull Request attempts to brings them back in sync by patching the GitHub repository. Please carefully review this patch. You must disable ShipIt for your project in order to merge this pull request. DO NOT IMPORT this pull request. Instead, merge it directly on GitHub using the MERGE BUTTON. Re-enable ShipIt after merging. fbshipit-source-id: 519d507941b1c24c5c70660f96ccc1d68800a691
1 parent 8bb40b1 commit 78c2768

8 files changed

Lines changed: 8 additions & 8 deletions

src/wa_assert.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
%% % @format
1515
-module(wa_assert).
1616
%% erlfmt:ignore
17-
% @fb-only
17+
% @fb-only: -oncall("whatsapp_server_devx").
1818
-compile(warn_missing_spec_all).
1919

2020
-export([error_info/2, assert_error_info/2, format_error/2, format_comparison_error/2, format_generic_error/2]).

src/wa_assert_parse_trans.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
%% % @format
1515
-module(wa_assert_parse_trans).
1616
%% erlfmt:ignore
17-
% @fb-only
17+
% @fb-only: -oncall("whatsapp_server_devx").
1818
-compile(warn_missing_spec_all).
1919

2020
%% Public API

src/wa_blame.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
%% % @format
1515
-module(wa_blame).
1616
%% erlfmt:ignore
17-
% @fb-only
17+
% @fb-only: -oncall("whatsapp_server_devx").
1818
-compile(warn_missing_spec_all).
1919

2020
-include_lib("kernel/include/logger.hrl").

src/wa_diff.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
%% % @format
1515
-module(wa_diff).
1616
%% erlfmt:ignore
17-
% @fb-only
17+
% @fb-only: -oncall("whatsapp_server_devx").
1818
-compile(warn_missing_spec_all).
1919

2020
-include_lib("kernel/include/logger.hrl").

test/wa_assert_SUITE.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
-module(wa_assert_SUITE).
1616
-typing([eqwalizer]).
1717
%% erlfmt:ignore
18-
% @fb-only
18+
% @fb-only: -oncall("whatsapp_server_devx").
1919

2020
-include("assert.hrl").
2121

test/wa_assert_parse_trans_SUITE.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
-module(wa_assert_parse_trans_SUITE).
1717
-typing([eqwalizer]).
1818
%% erlfmt:ignore
19-
% @fb-only
19+
% @fb-only: -oncall("whatsapp_server_devx").
2020

2121
-include_lib("common_test/include/ct.hrl").
2222
-include("assert.hrl").

test/wa_blame_SUITE.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
-module(wa_blame_SUITE).
1616
-typing([eqwalizer]).
1717
%% erlfmt:ignore
18-
% @fb-only
18+
% @fb-only: -oncall("whatsapp_server_devx").
1919

2020
-include("assert.hrl").
2121

test/wa_diff_SUITE.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
-module(wa_diff_SUITE).
1616
-typing([eqwalizer]).
1717
%% erlfmt:ignore
18-
% @fb-only
18+
% @fb-only: -oncall("whatsapp_server_devx").
1919

2020
-include("assert.hrl").
2121

0 commit comments

Comments
 (0)